Ribbon for WinForms
Add(TKey,TValue) メソッド

C1.Win.4.8 アセンブリ > C1.Win.Collections.ObjectModel 名前空間 > ObservableDictionary<TKey,TValue> クラス > Add メソッド : Add(TKey,TValue) メソッド
The object to use as the key of the element to add.
The object to use as the value of the element to add.
Adds an element with the provided key and value to the ObservableDictionary<TKey,TValue>.
シンタックス
'宣言
 
Public Overloads Sub Add( _
   ByVal key As TKey, _
   ByVal value As TValue _
) 
public void Add( 
   TKey key,
   TValue value
)

パラメータ

key
The object to use as the key of the element to add.
value
The object to use as the value of the element to add.
参照

ObservableDictionary<TKey,TValue> クラス
ObservableDictionary<TKey,TValue> メンバ
オーバーロード一覧